github.com/klauspost/compress/zstd.byteReader.Uint32 (method)

5 uses

	github.com/klauspost/compress/zstd (current package)
		bytereader.go#L44: func (b byteReader) Uint32() uint32 {
		dict.go#L134: 	d.offsets[0] = int(br.Uint32())
		dict.go#L136: 	d.offsets[1] = int(br.Uint32())
		dict.go#L138: 	d.offsets[2] = int(br.Uint32())
		fse_decoder.go#L163: 			bitStream = b.Uint32() >> (bitCount & 31)